[INFO] fetching crate salvo-craft-macros 0.93.0...
[INFO] fixing salvo-craft-macros-0.93.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate salvo-craft-macros 0.93.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate salvo-craft-macros 0.93.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate salvo-craft-macros 0.93.0
[INFO] tweaked toml for crates.io crate salvo-craft-macros 0.93.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate salvo-craft-macros 0.93.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate salvo-craft-macros 0.93.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded winnow v1.0.2
[INFO] [stderr]   Downloaded tokio v1.52.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a
[INFO] running `Command { std: "docker" "start" "13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]     Checking proc-macro-crate v3.5.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking salvo-craft-macros v0.93.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `salvo` in this scope
[INFO] [stdout]  --> examples/example-add.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use salvo::oapi::extract::*;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `salvo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `salvo`, use `cargo add salvo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `salvo` in this scope
[INFO] [stdout]  --> examples/example-add.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use salvo::prelude::*;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `salvo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `salvo`, use `cargo add salvo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `salvo::oapi::extract::*`, `salvo::prelude::*`
[INFO] [stdout]  --> examples/example-add.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use salvo::oapi::extract::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 6 | use salvo::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `main` in `tokio`
[INFO] [stdout]   --> examples/example-add.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[tokio::main]
[INFO] [stdout]    |          ^^^^ could not find `main` in `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `salvo` in this scope
[INFO] [stdout]   --> examples/example-add.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[craft]
[INFO] [stdout]    | ^^^^^^^^ use of unresolved module or unlinked crate `salvo`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `craft` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `QueryParam` in this scope
[INFO] [stdout]   --> examples/example-add.rs:22:26
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn add1(&self, left: QueryParam<i64>, right: QueryParam<i64>) -> String {
[INFO] [stdout]    |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `QueryParam` in this scope
[INFO] [stdout]   --> examples/example-add.rs:22:50
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn add1(&self, left: QueryParam<i64>, right: QueryParam<i64>) -> String {
[INFO] [stdout]    |                                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `QueryParam` in this scope
[INFO] [stdout]   --> examples/example-add.rs:30:15
[INFO] [stdout]    |
[INFO] [stdout] 30 |         left: QueryParam<i64>,
[INFO] [stdout]    |               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `QueryParam` in this scope
[INFO] [stdout]   --> examples/example-add.rs:31:16
[INFO] [stdout]    |
[INFO] [stdout] 31 |         right: QueryParam<i64>,
[INFO] [stdout]    |                ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `QueryParam` in this scope
[INFO] [stdout]   --> examples/example-add.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn add3(left: QueryParam<i64>, right: QueryParam<i64>) -> String {
[INFO] [stdout]    |                       ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `QueryParam` in this scope
[INFO] [stdout]   --> examples/example-add.rs:38:47
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn add3(left: QueryParam<i64>, right: QueryParam<i64>) -> String {
[INFO] [stdout]    |                                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TcpListener` in this scope
[INFO] [stdout]   --> examples/example-add.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let acceptor = TcpListener::new("127.0.0.1:8698").bind().await;
[INFO] [stdout]    |                    ^^^^^^^^^^^ use of undeclared type `TcpListener`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::net::TcpListener;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `salvo` in this scope
[INFO] [stdout]   --> examples/example-add.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[craft]
[INFO] [stdout]    | ^^^^^^^^ use of unresolved module or unlinked crate `salvo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `salvo`, use `cargo add salvo` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `craft` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Router` in this scope
[INFO] [stdout]   --> examples/example-add.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let router = Router::new()
[INFO] [stdout]    |                  ^^^^^^ use of undeclared type `Router`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Router` in this scope
[INFO] [stdout]   --> examples/example-add.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 |         .push(Router::with_path("add1").get(opts.add1()))
[INFO] [stdout]    |               ^^^^^^ use of undeclared type `Router`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Router` in this scope
[INFO] [stdout]   --> examples/example-add.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 |         .push(Router::with_path("add2").get(opts.add2()))
[INFO] [stdout]    |               ^^^^^^ use of undeclared type `Router`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Router` in this scope
[INFO] [stdout]   --> examples/example-add.rs:49:15
[INFO] [stdout]    |
[INFO] [stdout] 49 |         .push(Router::with_path("add3").get(Opts::add3()));
[INFO] [stdout]    |               ^^^^^^ use of undeclared type `Router`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `OpenApi` in this scope
[INFO] [stdout]   --> examples/example-add.rs:50:15
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let doc = OpenApi::new("Example API", "0.0.1").merge_router(&router);
[INFO] [stdout]    |               ^^^^^^^ use of undeclared type `OpenApi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SwaggerUi` in this scope
[INFO] [stdout]   --> examples/example-add.rs:53:15
[INFO] [stdout]    |
[INFO] [stdout] 53 |         .push(SwaggerUi::new("/api-doc/openapi.json").into_router("swagger-ui"));
[INFO] [stdout]    |               ^^^^^^^^^ use of undeclared type `SwaggerUi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Server` in this scope
[INFO] [stdout]   --> examples/example-add.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     Server::new(acceptor).serve(router).await;
[INFO] [stdout]    |     ^^^^^^ use of undeclared type `Server`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `salvo-craft-macros` (example "example-add") due to 20 previous errors
[INFO] running `Command { std: "docker" "inspect" "13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a", kill_on_drop: false }`
[INFO] [stdout] 13f2c04c62b89596c1a63663ea23bd05106eff952d4cc65e19e3364530ed8b1a
